1f3c26a3b285382ff913a0f23337c227d5badf3f
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 1"""
4  date="2023-06-21T18:53:31Z"
5  content="""
6 I was able to reproduce this bug!
7
8         git-annex init
9         rm -rf .git/annex
10         git-annex repair
11
12         git-annex: .git/annex/journal/: openDirStream: does not exist (No such file or directory)
13
14 That's with Annex.Repair modified to always run commitindex. Having a
15 repository with a git-annex branch that is corrupt, would have the same effect
16 as that modification.
17
18 Fixed this.
19 """]]